Skip to content

Remove Arguments.createArgumentsFromJSON and tests#1313

Merged
sonalgoyal merged 1 commit into
zinggAI:mainfrom
padam-prakash:Issue#1312DeprecatecreateArgumentsFromJSON
Apr 28, 2026
Merged

Remove Arguments.createArgumentsFromJSON and tests#1313
sonalgoyal merged 1 commit into
zinggAI:mainfrom
padam-prakash:Issue#1312DeprecatecreateArgumentsFromJSON

Conversation

@padam-prakash
Copy link
Copy Markdown
Contributor

Remove the static createArgumentsFromJSON method from the Arguments class and clean up related references. The method implementation was deleted from python/zingg/client.py, docs references were removed from docs/pythonOss/markdown/_autosummary/zingg.client.Arguments.md and python/docs/_autosummary/zingg.client.Arguments.rst, and the corresponding unit test (test_createArgumentsFromJSON) was removed from test/testFebrl/testArgs.py. fixes #1312

Remove the static createArgumentsFromJSON method from the Arguments class and clean up related references. The method implementation was deleted from python/zingg/client.py, docs references were removed from docs/pythonOss/markdown/_autosummary/zingg.client.Arguments.md and python/docs/_autosummary/zingg.client.Arguments.rst, and the corresponding unit test (test_createArgumentsFromJSON) was removed from test/testFebrl/testArgs.py.
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Removes the Python Arguments.createArgumentsFromJSON entry point and cleans up associated references, aligning the Python client surface area with currently used/maintained APIs (Issue #1312).

Changes:

  • Removed Arguments.createArgumentsFromJSON from python/zingg/client.py.
  • Removed the corresponding unit test from test/testFebrl/testArgs.py.
  • Updated generated API docs to drop the removed method (and other stale method references) from the Arguments documentation pages.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
python/zingg/client.py Removes the createArgumentsFromJSON static method from Arguments.
test/testFebrl/testArgs.py Deletes the unit test that exercised createArgumentsFromJSON.
python/docs/_autosummary/zingg.client.Arguments.rst Updates autosummary method list to no longer include the removed/stale methods.
docs/pythonOss/markdown/_autosummary/zingg.client.Arguments.md Removes markdown doc entries/sections for the removed method (and stale doc entries).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread python/zingg/client.py
@sonalgoyal sonalgoyal merged commit fce9e20 into zinggAI:main Apr 28, 2026
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Deprecate createArgumentsFromJSON from python

3 participants